Style
Description
The Style
property adds special characteristics to characters that use the font. Style
is a set containing zero or more values from the following:
Value | Meaning |
---|---|
fsBold | The font is boldfaced |
fsItallic | The font is italicized |
fsUnderline | The font is underlined |
fsStrikeOut | The font is displayed with a horizontal line through it |
fmCondensed | The font is condensed |
fmUpward | Direction of text is upward |
fmDownward | Direction of text is downward |
Syntax
type
TmvFontStyles = set of (fmBold, fmItalic, fmUnderline, fmStrikeOut,
fmCondensed, fmUpward, fmDownward);
property Style: TmvFontStyles